home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
databasev3.1reg.lha
/
db3.1
/
Examples
/
ARexxDemos
/
firstcharupper.db
< prev
next >
Wrap
Text File
|
1994-11-20
|
177b
|
8 lines
/* Rexxprogram for db that convert the first character to upper case.
* By Anders Callertun 1994
*/
options results
GETFIELD
PUTFIELD upper(left(result,1))||substr(result,2)